home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventures with Oslo: Tools & Gadgets
/
Adventures with Oslo - Tools and Gadgets.ISO
/
mac
/
Studio
/
ReadPix.Dir
/
00043_readNext.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-23
|
293 b
|
10 lines
on mouseUp
global pictFolder, prevPictToRead, nextPictToRead
if getNthFileNameInFolder(pictFolder, nextPictToRead) = EMPTY then
alert("No more PICTs to load.")
else
set prevPictToRead to nextPictToRead
set nextPictToRead to readPicts(nextPictToRead, #ascending)
end if
end